h2, h3, p, ul, ol, li {
    padding: 0;
    margin: 0;
    color: inherit;
}

ul {
    list-style:  none;
}

a {
    color: inherit;
    text-decoration: none;
}


.w1200 {
    display: block;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    clear: both;
}
.w1100  {
    width: 1100px !important;
}

.w1000  {
    width: 1000px !important;
}

.w1400 {
    width: 1440px !important;
}

.w960 {
    width: 960px !important;
}


.flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.flex.fw {
    flex-wrap:  wrap;
}


img {
    max-width: 100%;
    height:  auto;
}




/** beging **/

.m-title {
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}


.m-title  h3 { 
    font-size: 36px;
    color: #080808;
    font-weight: bold;
    line-height: 1.5em;
}

.m-title  h3 span {
    color: #255c4f;
}
 
.m-title p {
    font-size: 24px;
    text-transform: uppercase;
    /*counter-reset: #777777;*/
    line-height: 1em;
    font-weight: normal;
    color: #404141;
}

#nav { 
    width: 100%;
    z-index: 9;
    background: #fefdfd; 
    height: 94px;
}

#nav .w1400 {
    height: 90px;
}

#nav  .logo {
    /*width: 207px;*/
    display: block;
}


#nav .nav {
    width: 1200px;
    margin:  0 auto;
    position: relative;
    z-index: 11000;
}

#nav .nav  a {
    padding-top: 20px;
    flex-grow: 1;
    display: block;
    padding-bottom: 20px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

#nav .nav  a.logo {
    position: relative;
    width: 187px;
}

#nav .nav  a.logo img {
    position: absolute;
    top: -28px;
    left: 23px;
    width: 187px;
    height: 170px;
}

#nav .nav  a:first-child,
#nav .nav  a:hover {
    border-bottom: 3px solid transparent;
}


#banner {
    font-size: 0;
}


#home-proclist {
    position: relative;
    z-index: 10002;
    top: -15px;
    height: 102px;
    width: 1200px;
    margin:  0 auto;
}

#home-proclist a {
    width: 33.33333%;
     display: flex;
     align-items: center;
     justify-content:  space-between;
     padding: 20px 30px;
     box-sizing: border-box;
     flex-grow: 1;
     justify-content: center;
}

#home-proclist span {
    padding-left: 30px;
    font-size: 26px;
    color: white;
}

#home-proclist a img {
    width: auto;
    height: 96px;
}
#home-proclist a:nth-child(1) {
    background: #255c4f;
}
#home-proclist a:nth-child(2) {
    background: #2f7968;
}
#home-proclist a:nth-child(3) {
    background: #298c75;
}

.home-list-pics {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content:  space-between;
    flex-wrap: wrap;
}


.home-list-pics a {
    width: 24.5%;
    font-size: 0;
    margin-bottom: 20px;
}

.home-list-pics a p {
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    background: #2f7968;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#home-wuliao {
    height: 696px;
    background: url(/static/pc/img/wuliao.jpg) center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#home-wuliao .m-title  h3 {
    color: white;
}


#home-wuliao .m-title  p {
    color: white;
}
#home-wuliao .m-title  h3  span {
    color: #07cd9f;
}

#home-case {
    margin:  0 auto;
    width: 1200px;
}

#home-case .swiper-slide .con  {
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 5px #ccc;
    margin: 10px;
    box-sizing: border-box;
}

#home-case .swiper-slide  img  {
    width: 100%;
}

#home-case .swiper-slide  p {
    text-align: center;
    font-size: 24px;
    line-height: 30px;

}

#home-case .swiper-slide:hover .con  {
    background: #255c4f;
    box-shadow: none;
}
#home-case .swiper-slide:hover p {
    color: white;
}


#home-about {
    background: url(/static/pc/img/aboutbg.jpg) bottom center no-repeat;
}


#home-about .w1200 {
    position: relative;
    padding-bottom: 40px;
}




#home-about .w1200  .info {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 620px;
    border: 2px solid #255c4f;
    padding: 10px;
    box-sizing: border-box;
}


#home-about .w1200  .info  .con {
    background: #255c4f;
    color: white;
    padding: 20px;
}

#home-about .w1200  .info  .con h3 {
    line-height: 2.4em;
    font-size: 26px;
    background: url(/static/pc/img/hb.png) right  20px center no-repeat;
    border-bottom: 1px solid white;
}


#home-about .w1200  .info  .con  > p {
    line-height: 2em;
    margin-top: 20px;
    margin-bottom: 20px;
}

#home-about .w1200  .info  .meta {
    width: 70%;
    margin:  0 auto;
    display: flex;
    justify-content: space-between;
}


#home-about .w1200  .info  .meta  .tel {
    background: url(/static/pc/img/about-tel.png) left  0px center no-repeat;
    padding-left: 60px;
}

#home-about .w1200  .info  .meta  .tel  .text {

}

#home-about .w1200  .info  .meta  .tel  .nu {
    font-size: 30px;
    color: #ffc717;
}

#home-about .w1200  .info  .meta .more {
    padding: 1px 30px;
    border-radius: 15px;
    background: white;
    height: 30px;
    color: black;
    line-height: 30px;
    position: relative;
    top: 20px;
    left: 10px;
}


#home-news .w1200 {

}


#home-news .u {
    width: 381px;
}

#home-news .u .top {

}

#home-news .u .top h3 {
    font-size:18px;
    font-weight: normal;
    line-height: 2em;
}

#home-news .u .top .nu {
    font-size: 14px;
    line-height: 2;
    color: #ccc;
}

#home-news .u .top   .text {

    margin-bottom: 10px;
    line-height: 1.5em;
    border-bottom: 2px solid #ccc;
}


#home-news .u .list a {
    line-height: 2.3em;
    display: block;
    display: flex;
    font-size: 14px;
}


#home-news .u .list span:first-child {
    width: 75%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#home-news .u .list span:last-child {
    width: 25%;
    color: #ccc;
}







#link {
    background: #255c4f;
    padding: 10px;
    color: white;
}
#link a  { 
    line-height: 1.5em;
    padding: 0 5px;
    display: inline-block;

}





#footer {
    background: #303030;
    height: 367px;
    color: white;

}

#footer .w1200, 
#footer .mainw {
    position: relative;     
    overflow: hidden;
}

#footer  h3 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px dotted #666;
    color: white;
    padding-top: 30px;
    padding-bottom: 5px;
}

#footer  a {
    color: inherit;
}

#footer   .unit {
    float: left;

}

#footer   .unit.item-1 a  {
    display: block;
    width: 185px;
    padding-top: 18px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #666;
}
#footer   .unit.item-2 { 
    width: 350px;
}

#footer   .unit.item-2 p {
    display: block;
    line-height: 2.3em;
    padding-top: 5px;
    padding-bottom: 2px;
    border-bottom: 1px solid white;
    padding-left: 30px;

}
#footer   .unit.item-2 p.phone { background: url(/static/pc/img/footer-phone.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.tel { background: url(/static/pc/img/footer-tel.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.fax { background: url(/static/pc/img/footer-fax.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.email { background: url(/static/pc/img/footer-email.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.you { background: url(/static/pc/img/footer-postcode.png)  center left 3px no-repeat;}
#footer   .unit.item-2 p.address { background: url(/static/pc/img/footer-address.png)  center left 3px no-repeat;}

#footer   .unit.message {
    width: 500px;
    margin-left: 30px;
}

#footer   .unit.message  .info {
    display: inline-block;
    width: 20%;
    line-height: 40px;
    vertical-align:  central;

}

#footer   .unit.message  input {
    width: 70%;
    height: 20px;
    padding: 5px;
    margin: 10px;
    font-size: 16px;
    background: rgba(0,0,0,0);
    border: 1px solid white;
    border-radius: 5px;
    color: white;
}

#footer   .unit.message  textarea {
    width: 70%;

    padding: 5px;
    margin: 10px;
    height: 65px;
    font-size: 16px;
    background: rgba(0,0,0,0);
    border-radius: 5px;
    color: white;
    border: 1px solid white;
} 

#footer   .unit.message  .line {
    position: relative;
}

#footer   .unit.message .ab {
    position: absolute;
    top: 50px;
    left: 0;
}


#footer   .unit.message #submit {
    height: 40px;
    width: 100px;
    background: #ffffff;
    color: #1583e6;
    border: 0;
}


#footer .ewm {
    position: absolute;
    top:  50px;
    right:  0;
}


#footer .ewm .pics  {
    text-align: center;
}


#footer .ewm .pics .p   {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

#footer .ewm .pics .p  img {
    display: block;
}


#footer .ewm .tel {
    background: url(/static/pc/img/ftel.png)  center left 3px no-repeat;
    padding-left: 50px;
    padding-top: 30px;
}

#footer .ewm .tel p {
    line-height: 1em;
}

#footer .ewm .tel .nu {
    font-size: 32px;
    line-height: 1em;
}

#copyright{
    text-align: center;
    background:  #000;
    line-height: 3em;
    /*background: linear-gradient( to right , #032e54, #7f9b34 ,#032e54 );*/
    color: white;
}


#cpy {
    border-top: 1px solid #666;
    line-height: 3em;
    color: white;
    text-align: center;
}


#platform img {
    max-width: unset;
}


img.size-full {
    display: block;
    margin: 0 auto;
}


#baidumap img {
    height: unset;

}
